home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / misc / HWGRCSmanp12f.lha / HWGRCS / hwgrcs / man / ident.man < prev    next >
Text File  |  1993-01-19  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. IDENT(1)                 USER COMMANDS                   IDENT(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      ident - identify files
  10.  
  11. SYNOPSIS
  12.      ident [ -q ] [ _f_i_l_e ... ]
  13.  
  14. DESCRIPTION
  15.      ident searches for all  occurrences  of  the  pattern  $_k_e_y_-
  16.      _w_o_r_d:...$  in  the  named files or, if no file name appears,
  17.      the standard input.
  18.  
  19.      These patterns are normally inserted  automatically  by  the
  20.      RCS  command  co(1), but can also be inserted manually.  The
  21.      option -q suppresses the warning given if there are no  pat-
  22.      terns in a file.
  23.  
  24.      ident works on text files as well as object files and dumps.
  25.      For example, if the C program in f.c contains
  26.  
  27.           char rcsid[] =  "$Id:  f.c,v  5.0  1990/08/22  09:09:36
  28.           eggert Exp $";
  29.  
  30.      and f.c is compiled into f.o, then the command
  31.  
  32.           ident  f.c  f.o
  33.  
  34.      will output
  35.  
  36.           f.c:
  37.               $Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
  38.           f.o:
  39.               $Id: f.c,v 5.0 1990/08/22 09:09:36 eggert Exp $
  40.  
  41. IDENTIFICATION
  42.      Author: Walter F. Tichy.
  43.      Revision Number: 5.0; Release Date: 1990/08/22.
  44.      Copyright c 1982, 1988, 1989 by Walter F. Tichy.
  45.      Copyright c 1990 by Paul Eggert.
  46.  
  47. SEE ALSO
  48.      ci(1), co(1), rcs(1), rcsdiff(1), rcsintro(1),  rcsmerge(1),
  49.      rlog(1), rcsfile(5)
  50.      Walter  F.  Tichy,  RCS--A  System  for   Version   Control,
  51.      _S_o_f_t_w_a_r_e--_P_r_a_c_t_i_c_e & _E_x_p_e_r_i_e_n_c_e 15, 7 (July 1985), 637-654.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. GNU                  Last change: 1990/08/22                    1
  64.  
  65.  
  66.  
  67.